home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
domacnost a kancelar
/
actual
/
atwsetup.exe
/
{app}
/
en.chm
/
features
/
transparency.php
< prev
next >
Wrap
PHP Script
|
2007-04-16
|
2KB
|
44 lines
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Change Transparency");
?>
<h1>Change Transparency</h1>
<p><i><b>Available in</b>:
<a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
<a href="http://www.actualtools.com/products/index.php#atw">Actual Transparent Window</a>,
<a href="http://www.actualtools.com/products/index.php#atb">Actual Title Buttons</a>,
<a href="http://www.actualtools.com/products/index.php#asm">Actual Window Menu</a>.
</i></p>
<p>The <i><b>Change Transparency</b> action</i> appears in the last generation of <i>Microsoft®</i> operating
systems like <i>Windows® 2000/XP/2003</i>. It allows you to make a foreground window look like stained glass so you
can see through it to the contents of a window behind it while simultaneously being able to still see the contents of
the foreground window as well.
</p>
<p align="center">
<img src="http://www.actualtools.com/images/atw_screenshot_large.jpg" width="225" height="149" border="0" alt="Change Window Transparency on the Fly."/>
</p>
<p><a name="level"></a>You can choose any <i>transparency level</i> for a particular window ranging from 0% (opaque) to
100% (<i>completely</i> transparent, or <i>invisible</i>).
</p>
<p><i>Hint</i> The <i><b>Change Transparency</b> action</i> is very handy for working <i>with</i> and
<i>between</i> multiple open windows which cannot be sized to fit on the desktop side-by-side. For example, attempting
to transcribe something into a <i>Microsoft® Word</i> document from an Internet browser window when they won't both
fit on the screen together at the same time.
</p>
<p><i>Related actions:
<a href="rollup.php">Rollup</a>,
<a href="ontop.php">Stay on Top</a>,
<a href="ghost.php">Ghost</a>.
</i></p>
<p><i>Possible triggers:
<a href="titlebuttons.php#transparency">Title Buttons</a>,
<a href="windowmenu.php#transparency">Window Menu</a>,
<a href="startup.php">Startup</a>,
<a href="activate.php">Deactivation</a>,
<a href="hover.php">Moving/Resizing/Mouse-Hovering</a>,
<a href="scdefault.php">Title Bar Double-Click</a>.
</i></p>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>